home *** CD-ROM | disk | FTP | other *** search
/ Hardcore Visual Basic 5.0 (2nd Edition) / Hardcore Visual Basic 5.0 - Second Edition (1997)(Microsoft Press).iso / Code / USEREG~1.CLS < prev    next >
Text File  |  1997-06-14  |  424b  |  22 lines

  1. VERSION 1.0 CLASS
  2. BEGIN
  3.   MultiUse = -1  'True
  4. END
  5. Attribute VB_Name = "IUseRegItems"
  6. Attribute VB_GlobalNameSpace = False
  7. Attribute VB_Creatable = False
  8. Attribute VB_PredeclaredId = False
  9. Attribute VB_Exposed = True
  10. Option Explicit
  11.  
  12. Function UseNode(node As CRegNode, ByVal iLevel As Long) As Boolean
  13.  
  14. End Function
  15.  
  16. Function UseItem(item As CRegItem, ByVal iLevel As Long) As Boolean
  17.  
  18. End Function
  19. '
  20.  
  21.  
  22.